home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 February
/
macformat-034.iso
/
mac
/
Shareware City
/
Developers
/
simple-sockets-11-c
/
Simple Sockets 1.1 ƒ
/
ip ƒ
/
iperr.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-04-09
|
251 b
|
16 lines
|
[
TEXT/CWIE
]
/*
* iperr.c
*
* Global Error globals
* In the future, more interesting error handlers might go here.
*
* Mike Trent 8/94
*/
#include <Types.h>
#include "iperr.h" /* unneeded, but fun */
/* global to everyone */
int gErrno;
OSErr gMacErrno;